home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / database / cff51b.arj / EMXDOS.MAK < prev    next >
Text File  |  1993-10-22  |  212b  |  8 lines

  1. # make the portability module -- emx method E1 for use with DOS or OS2
  2. # The heap must start at a low number
  3.  
  4. cfport.o: cfport.emx
  5.         gcc -c -O2 -Wall -DHEAPSTART=0x70000 -x c cfport.emx
  6.         emxomf cfport.o
  7.  
  8.